func database/sql.ctxDriverQuery
2 uses
database/sql (current package)
ctxutil.go#L46: func ctxDriverQuery(ctx context.Context, queryerCtx driver.QueryerContext, queryer driver.Queryer, query string, nvdargs []driver.NamedValue) (driver.Rows, error) {
sql.go#L1759: rowsi, err = ctxDriverQuery(ctx, queryerCtx, queryer, query, nvdargs)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)